home *** CD-ROM | disk | FTP | other *** search
- This is a shareware program. All the functions I have implemented
- for this program are available. You can SAVE, LOAD and PRINT. But, before
- you do anything serious with this program, please read the document once.
- You need first word to read the document.
- If you like this program, please send $10 to me. Registered users will
- have a simplified desk accessory version. See document conclusion part for
- more information.
-
- Chor-ming Lung 2-16-1988
-
-
- If you have used SHEET before, just read SHEET12.DOC for new features
- added. If you have never used SHEET, please read "SHEET.DOC" and
- "SHEET12.DOC". All the documents are in 1st Word format.
-
- Old users may notice the program size getting smaller. That is because
- I strip off those debugging tables for Mark Williams C. It saves about 20K.
-
- Chor-ming Lung 3-7-1988
-
- Well, version 1.2 has a serious bug. It locked the screen. That is due
- to multiple windows redraw part. When AES asked for redraw, it will give me
- the rectangle of damaged area. I set the clip area to the windows that over-
- lapped with this area. I simply forgot to set the clip area back to current
- working window size. So, the screen seems being locked up. Version 1.3 has
- fixed this problem.
- Two commands have been added.
- - COPY
- - MOVE
- Usage:
- @copy(range1,range2)
- @move(range1,range2)
-
- Range1 and range2 can be single cell reference or multiple cells reference.
-
- Examples:
- @copy(d1,d2..d10) (Content of d1 will be copied to d2..d10)
- @copy(d1..d3,e1..e10) (contnet of d1..d10 will be copied to
- e1..e10)
- @copy(d1..d10,e1..e5) (content of d1..d10 will be copied to
- e1..e10)
- @copy(d1..e10,f1) (content of d1..e10 will be copied to
- f1..g10)
- @copy(d1..e10,f1..g20) (content of d1..e10 will be copied to
- f1..g10)
- @move(d1,d2..d10) (content d1 will be moved to d2. Any
- formula refered to d1 will be changed to
- d2)
- @move(d1..d10,e1) (content d1..d10 will be moved to e1..e10.
- Formula will be updated)
- This is a rush upload (to remedy the bug on version 1.2), but I am pretty sure
- it works.
-
- Chor-ming Lung 3-13-1988
-
-
-
- The only thing that I changed for version 1.4 is user interface. It is much
- easier to work with and the need of screen redrawing has been reduced. Also,
- a desk accessory version based on version 1.4 is ready.
-
- Chor-ming Lung 3-20-1988
-
-